home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / mstrmind.Dir / 00039.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  204 b   |  10 lines

  1. on mouseUp
  2.   global gTools
  3.   if count(gTools) = 4 then
  4.     alert("Sorry, you can't carry that many tools.")
  5.   else
  6.     append(gTools, the name of cast the castNum of sprite 16)
  7.   end if
  8.   go("store")
  9. end
  10.